  body {
    font-family: "Arimo", Helvetica, Arial, sans-serif;
  }
  .special{
    font-family: "Alfa Slab One";
    font-weight: normal;
    font-size: 48px;
    line-height: 60px;
  }
  .specialbottom{
    font-family: inter;
  }
  .background1{
    background-image:linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.73)),url("Picture1.png");
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .wrapper {
    height: 80vh;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .effect-wrapper {
    text-align: center;
    font-weight: normal;
  }
  
  #typed {
    font-weight: bold;
    color: #154f29;
  }
  
  .cursor {
    display: inline-block;
    background-color: #b0ff95;
    animation: blinker 800ms infinite;
  }
  
  .cursor.typing-true {
    animation: none;
  }
  .specialjs{
    font-family: "Alfa Slab One";
    font-weight: normal;
    font-size: 48px;
    line-height: 60px;
  }
  
  @keyframes blinker {
      0% { background-color: #154f29; }
      50% { background-color: transparent; }
      100% { background-color: #154f29; }
  }

  .bg {
    background-color: #fdf0e6;
  }
  
  